home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 9306 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  978 b 

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Lock command
  5. Date: Fri, 22 Mar 96 22:40:41
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960322.401AF8.146DE@ai051.du.pipex.com>
  9. References: <315.6655T789T2053@portal.ca>
  10. NNTP-Posting-Host: ai051.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Lance Neustaeter (lance@portal.ca) wrote:
  14. : Why won't the lock command work on df0: (it works on my other drives)?
  15.  
  16. Because trackdisk.device does not support the WRITE_PROTECT packet type. This
  17. explains the "packet request type unknown" error - trackdisk receives a
  18. packet requesting write protection of a drive, does not recognise it, and so
  19. returns an error.
  20.  
  21. _Why_ this is not supported for floppy drives is another matter, though.
  22.  
  23. Anybody?
  24.  
  25. : > lock df0: on
  26. : Attempt to lock drive df0: failed
  27. : > why
  28. : Last command failed because : packet request type unknown
  29.  
  30. -- Mat.
  31.